object OutlookImportForm: TOutlookImportForm Left = 99 Top = 103 BorderStyle = bsDialog Caption = '-' ClientHeight = 106 ClientWidth = 393 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnActivate = FormActivate OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object lCaption: TLabel Left = 16 Top = 16 Width = 3 Height = 13 end object pProgressBar: TProgressBar Left = 16 Top = 32 Width = 361 Height = 16 Smooth = True TabOrder = 0 end object bCancel: TButton Left = 296 Top = 64 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end end